GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-11-22T13:28:57.0425298+00:00",
"SubmitDate": "2025-11-22T13:28:57.0425298+00:00",
"ReportPeriodStart": "2025-11-22T13:28:57.0425298+00:00",
"ReportPeriodEnd": "2025-11-22T13:28:57.0425298+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8e0c94e6-a9e3-436b-af3a-1ec436448c7d",
"Rows": [
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8e0c94e6-a9e3-436b-af3a-1ec436448c7d",
"Rows": [
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"45d5f152-db27-4432-855d-4b07417e3c80",
"e5700162-7021-46ca-a79e-9cf12abcefb1"
],
"Approvers": [
"32c00f20-69c8-4f02-ae10-245322044925",
"6341504b-5e9e-49d3-9581-170b0fa9a5ca"
],
"ApprovedBy": "8dfef52f-a31e-44e1-b9e8-a7113ea9d98e",
"ApprovalDate": "2025-11-22T13:28:57.0425298+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9bed943b-562d-4759-8348-8910164ac58e",
"id": "7d14a25c-6ee0-41c4-8472-9ca26a12a793",
"ConfigId": "56fda5f0-fb1d-4298-beca-1a11fcf1c65d"
},
{
"GenerationDate": "2025-11-22T13:28:57.0425298+00:00",
"SubmitDate": "2025-11-22T13:28:57.0425298+00:00",
"ReportPeriodStart": "2025-11-22T13:28:57.0425298+00:00",
"ReportPeriodEnd": "2025-11-22T13:28:57.0425298+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8e0c94e6-a9e3-436b-af3a-1ec436448c7d",
"Rows": [
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8e0c94e6-a9e3-436b-af3a-1ec436448c7d",
"Rows": [
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "fc8a47dd-39db-4458-90bd-8019a421acc8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"45d5f152-db27-4432-855d-4b07417e3c80",
"e5700162-7021-46ca-a79e-9cf12abcefb1"
],
"Approvers": [
"32c00f20-69c8-4f02-ae10-245322044925",
"6341504b-5e9e-49d3-9581-170b0fa9a5ca"
],
"ApprovedBy": "8dfef52f-a31e-44e1-b9e8-a7113ea9d98e",
"ApprovalDate": "2025-11-22T13:28:57.0425298+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9bed943b-562d-4759-8348-8910164ac58e",
"id": "7d14a25c-6ee0-41c4-8472-9ca26a12a793",
"ConfigId": "56fda5f0-fb1d-4298-beca-1a11fcf1c65d"
}
]